home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 for Intel / NeXTSTEP 3.2 for Intel.iso / NextApps / Mail.app / English.lproj / alias.nib / data.classes next >
Encoding:
Text File  |  1992-03-16  |  528 b   |  49 lines

  1. Browser = {
  2.     SUPERCLASS = Control;
  3. };
  4. AliasBrowser = {
  5.     ACTIONS = {
  6.     edit:;
  7.     remove:;
  8.     returnHit:;
  9.     rename:;
  10.     add:;
  11.     find:;
  12.     doit:;
  13.     appendCc:;
  14.     append:;
  15.     };
  16.     OUTLETS = {
  17.     win;
  18.     box;
  19.     add;
  20.     form;
  21.     browser;
  22.     status;
  23.     well;
  24.     to;
  25.     cc;
  26.     append;
  27.     rename;
  28.     remove;
  29.     appIcon;
  30.     };
  31.     SUPERCLASS = Object;
  32. };
  33. IconView = {
  34.     SUPERCLASS = View;
  35. };
  36. FirstResponder = {
  37.     ACTIONS = {
  38.     performResize:;
  39.     };
  40.     SUPERCLASS = Object;
  41. };
  42. NXBrowser = {
  43.     OUTLETS = {
  44.     delegate;
  45.     target;
  46.     };
  47.     SUPERCLASS = Control;
  48. };
  49.